From d4e21f83e023bc83076cb4160d853254628a457a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 20 May 1993 14:11:44 +0000 Subject: [PATCH] (texinfo-section-types-regexp): Define here. --- lisp/textmodes/texinfo.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index e42aa1f1bf3..56ec52b4d1e 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -274,10 +274,10 @@ value of texinfo-mode-hook." ;;; Texinfo file structure -; The following is defined in `texnfo-upd.el' -; (defvar texinfo-section-types-regexp -; "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" -; "Regexp matching chapter, section, other headings (but not the top node).") +;; This is also defined in `texnfo-upd.el'. +(defvar texinfo-section-types-regexp + "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" + "Regexp matching chapter, section, other headings (but not the top node).") (defun texinfo-show-structure (&optional nodes-too) "Show the structure of a Texinfo file. -- 2.30.2